CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hough circle

搜索资源列表

  1. houghcircle

    0下载:
  2. Function uses Standard Hough Transform to detect circles in a binary image. According to the Hough Transform for circles, each pixel in image space corresponds to a circle in Hough space and vise versa. Upper left corner of image is the origin of coo
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:989
    • 提供者:rohit
  1. Hough

    0下载:
  2. Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the me
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:24258
    • 提供者:王超
  1. MATLABHough

    0下载:
  2. 在圆和直线在一起时,能将圆和直线分别检测出来的MATLAB 的Hough源代码-In the circle and straight together, be able to circle and straight out of MATLAB were used to detect the source code of the Hough
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:9245
    • 提供者:张燕
  1. hough

    2下载:
  2. hough变换识别直线,识别圆,提取圆心半径-hough transform line identification, identification circle, the radius of the center extraction
  3. 所属分类:matlab例程

    • 发布日期:2013-08-19
    • 文件大小:6250
    • 提供者:武西
  1. eyesegmentation

    0下载:
  2. 程序可实现人眼虹膜、眼睑及睫毛分割,主要功能有:(1)虹膜内外圆的霍夫圆检测;(2)眼睑检测以及参数方程的求解;(3)睫毛的最优化阈值处理。 vc文件夹下包含以下四个内容:(1)最后编译生成的.exe文件;(2)包含主要算法的.h头文件;(3)两幅原始图像(yangjing1.bmp,yanjing2.bmp);(4)两幅经过MATLAB进行自适应直方图均衡化的图像(yanjing11.bmp,yanjing22.bmp)-Program can achieve human iris, ey
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:154661
    • 提供者:郭卉
  1. Hough-circle-detection

    0下载:
  2. 按照步骤根据hough变换进行圆检测 按照步骤根据hough变换进行圆检测-Follow the steps under the hough transform for circle detection in accordance with the steps under the hough transform circle detection
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:11349
    • 提供者:
  1. Hough

    0下载:
  2. vs2008环境下,hough圆检测算法,编译通过,可以直接用。-vs2008 environment, hough circle detection algorithm, compile, can be directly used.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1531647
    • 提供者:yao
  1. hough

    0下载:
  2. 此程序使用是vc平台结合opencv 实现图像中的圆检测-The circle detection of image
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1401058
    • 提供者:王乐
  1. circletransform

    0下载:
  2. This code is for hough circle transform using OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:946
    • 提供者:hyun chan ahn
  1. hough-transform

    0下载:
  2. 利用opencv以及哈弗变换原理实现对图像中圆形和正方形的检测。-On this post, i would introduce the latest openCV objects recgnition work for my research. Presently, i have developed codes to recognize circle successfully. Capture image from camera, converting the source image int
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:165254
    • 提供者:feiren
  1. hough-find-circle

    0下载:
  2. 一个C++程序,用于寻找图像中的圆形目标,用hough算法编写的-Used to find circular target in the image using hough algorithm written
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3369229
    • 提供者:tianfuchen
  1. hough

    0下载:
  2. hough圆拟合,由一些离散的点,根据hough原理得到最相近的圆。-hough circle fitting, by some discrete points, according to the the hough principle closest circle.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:4820
    • 提供者:wang qing
  1. Hough-circle-detection

    0下载:
  2. 这个一个用matlab语言写的,用Hough算法来检测圆的源程序,实用性好-Matlab language used to write this one, using circular Hough algorithm to detect the source, practical good
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:45245
    • 提供者:毕凯
  1. hough.cpp

    0下载:
  2. 这是一个基于VC++的Opencv的一个Hough函数的程序-This is a procedure based on VC++ about Hough circle
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:9787
    • 提供者:jiangdan
  1. classical-hough

    0下载:
  2. 文件中有根据经典HOUGH变换算法写的圆检测VC函数,由于圆有三个参数,因此HOUGH算法的圆检测相比直线要慢得多-Document based on the classic HOUGH transform circle detection algorithm written in VC function, there are three parameters as a result of a round, so HOUGH circle detection algorithm is much
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:1725
    • 提供者:tbelieve
  1. hough.circle

    0下载:
  2. 介绍了一种圆检测的方法,该方法,基于霍夫变换,并根据圆几何特征可以快速准确的提取出圆中心坐标-Introduction of a circle detection method, based on the Hough transform, and in accordance with the characteristics of circular geometry can be extracted quickly and accurately the circle center coordina
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:6371
    • 提供者:TheNB
  1. hough

    0下载:
  2. Hough圆检测算法,有详细介绍,可直接使用。-Hough circle detection algorithm, a detailed introduction, can use directly.
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:9613
    • 提供者:柳晓云
  1. hough

    2下载:
  2. 霍夫圆检测实现时钟表盘的自动识别,以及分针、时针的辨别,和当前时间的确定-Hough circle detection to achieve clock dial automatic identification and determining the minute hand and hour of discrimination, and the current time
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-04
    • 文件大小:214016
    • 提供者:hxx
  1. hough变换源码(直线&圆)

    0下载:
  2. OpenCV中的hough变换源码,里面包括直线以及圆变换提取源代码。(OpenCV transform source code in Hough,Which includes the line and the circle transform, extract the source code)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:Yagamilight
  1. Hough

    1下载:
  2. 这是一个在VC++环境下编写的Hough变换检测圆代码,可以同时检测多个圆(This is a VC++ environment written in Hough transform detection circle code, you can simultaneously detect multiple circles)
  3. 所属分类:图形图象

    • 发布日期:2017-12-21
    • 文件大小:11787264
    • 提供者:yuem
« 1 2 34 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com